FlapStyle class

Constructors

FlapStyle({Widget? separator, bool locked = false, double breakpoint = 900, double flapWidth = 270.0})
const

Properties

breakpoint double
The breakpoint for small devices
final
flapWidth double
flap has a width of flapWidth Rest is allocated to content
final
hashCode int
The hash code for this object.
no setterinherited
locked bool
Whether to keep the flap's open state when screen is resized or not
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
separator Widget?
The separator b/w flap and the content
final

Methods

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