StatefulSheetDelegateValue<T> constructor

const StatefulSheetDelegateValue<T>({
  1. required T value,
})

Creates a delegate with a fixed static value.

Implementation

const StatefulSheetDelegateValue({required this.value});