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

hashCode int
The hash code for this object.
no setterinherited
percent double?
The fractional width if used.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size double?
The fixed width if used.
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