menu
tf_shadcn_flutter package
documentation
shadcn_flutter_experimental.dart
SelectLabel
SelectLabel.new const constructor
SelectLabel.new const constructor
dark_mode
light_mode
SelectLabel
constructor
const
SelectLabel
(
{
Key
?
key
,
required
Widget
child
,
})
Creates a
SelectLabel
.
Parameters:
child
(
Widget
, required): Label content.
Implementation
const SelectLabel({super.key, required this.child});
tf_shadcn_flutter package
documentation
shadcn_flutter_experimental
SelectLabel
SelectLabel.new const constructor
SelectLabel class