extraBold property
TextModifier
get
extraBold
Implementation
TextModifier get extraBold => WrappedText(
style: (context, theme) => theme.typography.extraBold,
child: this,
);
TextModifier get extraBold => WrappedText(
style: (context, theme) => theme.typography.extraBold,
child: this,
);