displayFlag property
Widget
get
displayFlag
Returns the display widget for the given language.
Implementation
Widget get displayFlag {
return SizedBox(
width: 32,
height: 20,
child: FittedBox(fit: BoxFit.contain, child: flag),
);
}