AtomicText class
Constructors
-
AtomicText.new(String text, {Key? key, TextStyle? style, TextAlign? textAlign, TextOverflow? overflow, bool? softWrap, int? maxLines, double? lineHeight, AtomicTextStyle? atomicStyle})
-
const
-
AtomicText.bodyLarge(String text, {Key? key, TextStyle? style, TextAlign? textAlign, TextOverflow? overflow, bool? softWrap, int? maxLines, double? lineHeight})
-
const
-
AtomicText.bodyMedium(String text, {Key? key, TextStyle? style, TextAlign? textAlign, TextOverflow? overflow, bool? softWrap, int? maxLines, double? lineHeight})
-
const
-
AtomicText.bodySmall(String text, {Key? key, TextStyle? style, TextAlign? textAlign, TextOverflow? overflow, bool? softWrap, int? maxLines, double? lineHeight})
-
const
-
AtomicText.displayLarge(String text, {Key? key, TextStyle? style, TextAlign? textAlign, TextOverflow? overflow, bool? softWrap, int? maxLines, double? lineHeight})
-
const
-
AtomicText.displayMedium(String text, {Key? key, TextStyle? style, TextAlign? textAlign, TextOverflow? overflow, bool? softWrap, int? maxLines, double? lineHeight})
-
const
-
AtomicText.displaySmall(String text, {Key? key, TextStyle? style, TextAlign? textAlign, TextOverflow? overflow, bool? softWrap, int? maxLines, double? lineHeight})
-
const
-
AtomicText.headlineLarge(String text, {Key? key, TextStyle? style, TextAlign? textAlign, TextOverflow? overflow, bool? softWrap, int? maxLines, double? lineHeight})
-
const
-
AtomicText.headlineMedium(String text, {Key? key, TextStyle? style, TextAlign? textAlign, TextOverflow? overflow, bool? softWrap, int? maxLines, double? lineHeight})
-
const
-
AtomicText.headlineSmall(String text, {Key? key, TextStyle? style, TextAlign? textAlign, TextOverflow? overflow, bool? softWrap, int? maxLines, double? lineHeight})
-
const
-
AtomicText.labelLarge(String text, {Key? key, TextStyle? style, TextAlign? textAlign, TextOverflow? overflow, bool? softWrap, int? maxLines, double? lineHeight})
-
const
-
AtomicText.labelMedium(String text, {Key? key, TextStyle? style, TextAlign? textAlign, TextOverflow? overflow, bool? softWrap, int? maxLines, double? lineHeight})
-
const
-
AtomicText.labelSmall(String text, {Key? key, TextStyle? style, TextAlign? textAlign, TextOverflow? overflow, bool? softWrap, int? maxLines, double? lineHeight})
-
const
-
AtomicText.titleLarge(String text, {Key? key, TextStyle? style, TextAlign? textAlign, TextOverflow? overflow, bool? softWrap, int? maxLines, double? lineHeight})
-
const
-
AtomicText.titleMedium(String text, {Key? key, TextStyle? style, TextAlign? textAlign, TextOverflow? overflow, bool? softWrap, int? maxLines, double? lineHeight})
-
const
-
AtomicText.titleSmall(String text, {Key? key, TextStyle? style, TextAlign? textAlign, TextOverflow? overflow, bool? softWrap, int? maxLines, double? lineHeight})
-
const