LayoutWidget class

Inheritance
Annotations

Constructors

LayoutWidget({String? id, int size = 1, bool isFlex = true, GlobalKey<State<StatefulWidget>>? key, String? title, required String name})

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
finalinherited
isFlex bool
finalinherited
key GlobalKey<State<StatefulWidget>>
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
finalinherited
title String
final

Methods

copyWith({String? id, int? size, bool? isFlex, GlobalKey<State<StatefulWidget>>? key, String? title, String? name}) LayoutWidget
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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