flutter_json_widgets
widget
Spacer
Spacer const constructor
Spacer
Spacer
constructor
Null safety
const
Spacer
(
{
Key
?
key
,
int
flex
}
)
Implementation
const factory Spacer({final Key? key, final int flex}) = _$Spacer;
flutter_json_widgets
widget
Spacer
Spacer const constructor
Spacer class
Constructors
Spacer
fromJson
Properties
copyWith
flex
hashCode
key
runtimeType
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==