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

Properties

bottom double?
no setterinherited
child AnyWidget
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
key FlutterKey?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
top double?
no setterinherited

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

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

unionValue → const String
unionValueDirectional → const String
unionValueFill → const String