SliverRowSize class
Internal model used by RenderSliverRow to store the size configuration.
This is similar to CustomSliverRowModel but without the child widget.
Constructors
- SliverRowSize({double? percent, double? size})
-
Creates an instance of SliverRowSize with the given size parameters.
const
Properties
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