StatefulSheetDelegateValue<T> constructor
const
StatefulSheetDelegateValue<T> ({
- required T value,
Creates a delegate with a fixed static value.
Implementation
const StatefulSheetDelegateValue({required this.value});