FlowItem class

Un elemento para ser usado dentro de ResponsiveFlowLayout.

Contiene el child a mostrar y su minWidth base, que también se usa como factor de expansión (flex).

Constructors

FlowItem({required Widget child, double minWidth = 150, double? maxWidth})
Crea un FlowItem con el child especificado.
const

Properties

child Widget
El widget hijo a mostrar.
final
hashCode int
The hash code for this object.
no setterinherited
maxWidth double?
El ancho máximo del elemento en píxeles lógicos. Puede ser nulo si no hay límite.
final
minWidth double
El ancho mínimo del elemento en píxeles lógicos.
final
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