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