LayoutData class

Constructors

LayoutData({Key? key, required Size size, required double margin, required LayoutFormat format, required double gutter, required LayoutBreakpoint breakpoint, required int columns, required double maxWidth})

Properties

breakpoint LayoutBreakpoint
final
columns int
final
fluidMargin double
final
format → LayoutFormat
final
gutter double
final
hashCode int
The hash code for this object.
no setterinherited
height double
no setter
margin double
final
maxWidth double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size Size
final
width double
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolve<T>(LayoutValue<T> value) → T
toString() String
A string representation of this object.
inherited
value<T>({required T xs, T? sm, T? md, T? lg, T? xl}) → T

Operators

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