FlutterPositioned class
- Implemented types
-
- Annotations
-
Constructors
-
FlutterPositioned({@cN FlutterKey? key, double? left, double? top, double? right, double? bottom, double? width, double? height, @c required AnyWidget child})
-
factory
-
FlutterPositioned.directional({@cN FlutterKey? key, required FlutterTextDirection textDirection, double? start, double? top, double? end, double? bottom, double? width, double? height, @c required AnyWidget child})
-
factory
-
FlutterPositioned.fill({@cN FlutterKey? key, double? left, double? top, double? right, double? bottom, @c required AnyWidget child})
-
factory
-
FlutterPositioned.fromJson(Map<String, dynamic> json)
-
factory
Methods
-
map<TResult extends Object?>(TResult $default(_FlutterPositioneddirectional value), {required TResult directional(_FlutterPositioned value), required TResult fill(_FlutterPositionedfill 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)
→ Positioned
-
override