initialSize property

double? initialSize
final

The initial size of the sheet as a fraction of screen height (vertical sides) or screen width (horizontal sides). Defaults to 0.5.

When a controller is supplied, this value is ignored — the controller is the single source of truth for size and is not mutated on mount or on prop updates.

Implementation

final double? initialSize;