displayWidget property
Widget
get
displayWidget
Returns the display widget for the given language.
Implementation
Widget get displayWidget {
return Row(children: [displayFlag, const SizedBox(width: 10), Text(name)]);
}