ResponsiveFlexibleData class

Data that will be passed to Flexible for the current breakpoint.

Implementers

Constructors

ResponsiveFlexibleData({required int flex, FlexFit fit = FlexFit.loose})
const
ResponsiveFlexibleData.none()
Doesn't apply any flex.
const

Properties

fit FlexFit
FlexFit that will be provided to Flexible.fit.
final
flex int
Flex value that will be provided to Flexible.flex.
final
hashCode int
The hash code for this object.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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