controller property

ShadSheetController? controller
final

Controller for programmatic size control. A private one is created automatically if not provided.

When supplied, initialSize is ignored; the controller is the single source of truth for size and is not mutated on mount or on prop updates.

Implementation

final ShadSheetController? controller;