widgets/custom_text library
Functions
-
customText(
String text, {required Color color, required double fontSize, FontStyle fontStyle = FontStyle.normal, FontWeight fontWeight = FontWeight.normal, TextAlign textAlign = TextAlign.center, TextDecoration textDecoration = TextDecoration.none, TextOverflow textOverflow = TextOverflow.clip}) → Widget -
showSnackBarMessage(
BuildContext context, String title, CustomColor customColor) → ScaffoldFeatureController< Widget, dynamic>