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