menu
country_state_picker package
documentation
components/index.dart
Label
Label const constructor
Label const constructor
dark_mode
light_mode
Label
constructor
const
Label
(
{
Key
?
key
,
required
String
title
,
})
Implementation
const Label({ Key? key, required this.title, }) : super(key: key);
country_state_picker package
documentation
components/index
Label
Label const constructor
Label class