LastPickTile constructor
const
LastPickTile({
- Key? key,
- required DialogThemeData dialogTheme,
- required Country country,
- required Languages language,
- Names displayName = Names.common,
Implementation
const LastPickTile({
super.key,
required this.dialogTheme,
required this.country,
required this.language,
this.displayName = Names.common,
});