underLine property
TextStyle
get
underLine
Implementation
TextStyle get underLine => copyWith(
decoration: TextDecoration.underline,
decorationColor: MyColors.xFF6682FF,
);
TextStyle get underLine => copyWith(
decoration: TextDecoration.underline,
decorationColor: MyColors.xFF6682FF,
);