WidgetOptions<T> class

Inheritance
Mixed-in types
Annotations
  • @MappableClass.new()

Constructors

WidgetOptions({required String name, Map<String, dynamic> args = const {}, int flex = 1, LayoutPosition position = LayoutPosition.right})
const

Properties

args Map<String, dynamic>
final
copyWith WidgetOptionsCopyWith<WidgetOptions, WidgetOptions, WidgetOptions, dynamic>
no setterinherited
flex int
finalinherited
hashCode int
The hash code for this object.
no setterinherited
name String
final
position LayoutPosition
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
inherited
toMap() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

schema SchemaMap
final