IndicatorInsets class

Constructors

IndicatorInsets({required bool left, required bool top, required bool right, required bool bottom, required bool topLeft, required bool topRight, required bool bottomLeft, required bool bottomRight})
IndicatorInsets.all()
IndicatorInsets.diagonal({required InsetDiagonal diagonal})
IndicatorInsets.only({bool? left, bool? top, bool? right, bool? bottom, bool? topLeft, bool? topRight, bool? bottomLeft, bool? bottomRight})

Properties

bottom bool
final
bottomLeft bool
final
bottomRight bool
final
count int
no setter
hashCode int
The hash code for this object.
no setterinherited
left bool
final
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
top bool
final
topLeft bool
final
topRight bool
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