TextWidget class
Constructors
-
TextWidget({Key? key, required Widget child})
-
const
-
TextWidget.fromValue({required String texto, required TipoTexto tipoTexto, Color? colorTextoLight, Color? colorTextoDark, FontWeight? tipoFuente, int? maxlineas, TextAlign? textAling, TextOverflow? overflow, TextDecoration? decoration, bool? ocultarTexto})
-
factory
-
TextWidget.headLineLarge({required String texto, Color? colorTextoLight, Color? colorTextoDark, FontWeight? tipoFuente, int? maxlineas, TextAlign? textAling, TextOverflow? overflow, TextDecoration? decoration, bool? ocultarTexto})
-
factory
-
TextWidget.headLineMedium({required String texto, Color? colorTextoLight, Color? colorTextoDark, FontWeight? tipoFuente, int? maxlineas, TextAlign? textAling, TextOverflow? overflow, TextDecoration? decoration, bool? ocultarTexto})
-
factory
-
TextWidget.headLineSmall({required String texto, Color? colorTextoLight, Color? colorTextoDark, FontWeight? tipoFuente, int? maxlineas, TextAlign? textAling, TextOverflow? overflow, TextDecoration? decoration, bool? ocultarTexto})
-
factory
-
TextWidget.textLarge({required String texto, Color? colorTextoLight, Color? colorTextoDark, FontWeight? tipoFuente, int? maxlineas, TextAlign? textAling, TextOverflow? overflow, TextDecoration? decoration, bool? ocultarTexto})
-
factory
-
TextWidget.textMedium({required String texto, Color? colorTextoLight, Color? colorTextoDark, FontWeight? tipoFuente, int? maxlineas, TextAlign? textAling, TextOverflow? overflow, TextDecoration? decoration, bool? ocultarTexto})
-
factory
-
TextWidget.textSmall({required String texto, Color? colorTextoLight, Color? colorTextoDark, FontWeight? tipoFuente, int? maxlineas, TextAlign? textAling, TextOverflow? overflow, TextDecoration? decoration, bool? ocultarTexto})
-
factory
-
TextWidget.titleLarge({required String texto, Color? colorTextoLight, Color? colorTextoDark, FontWeight? tipoFuente, int? maxlineas, TextAlign? textAling, TextOverflow? overflow, TextDecoration? decoration, bool? ocultarTexto})
-
factory
-
TextWidget.titleMedium({required String texto, Color? colorTextoLight, Color? colorTextoDark, FontWeight? tipoFuente, int? maxlineas, TextAlign? textAling, TextOverflow? overflow, TextDecoration? decoration, bool? ocultarTexto})
-
factory
-
TextWidget.titleSmall({required String texto, Color? colorTextoLight, Color? colorTextoDark, FontWeight? tipoFuente, int? maxlineas, TextAlign? textAling, TextOverflow? overflow, TextDecoration? decoration, bool? ocultarTexto})
-
factory
Properties
-
child
→ Widget
-
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
key
→ Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited