FlutterSizedBox class
- Implemented types
-
- Annotations
-
Constructors
-
FlutterSizedBox({@cN FlutterKey? key, double? width, double? height, @cN AnyWidget? child})
-
factory
-
FlutterSizedBox.expand({@cN FlutterKey? key, @cN AnyWidget? child})
-
factory
-
FlutterSizedBox.fromJson(Map<String, dynamic> json)
-
factory
-
FlutterSizedBox.fromSize({@cN FlutterKey? key, @cN AnyWidget? child, FlutterSize? size})
-
factory
-
FlutterSizedBox.shrink({@cN FlutterKey? key, @cN AnyWidget? child})
-
factory
-
FlutterSizedBox.square({@cN FlutterKey? key, @cN AnyWidget? child, double? dimension})
-
factory
Methods
-
map<TResult extends Object?>(TResult $default(_FlutterWidgetSizedBox value), {required TResult expand(_FlutterWidgetSizedBoxExpand value), required TResult fromSize(_FlutterWidgetSizedBoxFromSize value), required TResult shrink(_FlutterWidgetSizedBoxShrink value), required TResult square(_FlutterWidgetSizedBoxSquare value)})
→ TResult
-
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
toWidget(AnyWidgetContext context)
→ SizedBox
-
override