menu
tf_shadcn_flutter package
documentation
shadcn_flutter_experimental.dart
Model<T>
isReadOnly property
isReadOnly property
dark_mode
light_mode
isReadOnly
property
@
override
bool
get
isReadOnly
override
Whether the model is read-only.
Implementation
@override bool get isReadOnly => onChanged == null;
tf_shadcn_flutter package
documentation
shadcn_flutter_experimental
Model<T>
isReadOnly property
Model class