TextWidget.titleSmall constructor

TextWidget.titleSmall({
  1. required String texto,
  2. Color? colorTextoLight,
  3. Color? colorTextoDark,
  4. FontWeight? tipoFuente,
  5. int? maxlineas,
  6. TextAlign? textAling,
  7. TextOverflow? overflow,
  8. TextDecoration? decoration,
  9. bool? ocultarTexto,
})

imagen

Implementation

factory TextWidget.titleSmall(
    {required String texto,
    Color? colorTextoLight,
    Color? colorTextoDark,
    FontWeight? tipoFuente,
    int? maxlineas,
    TextAlign? textAling,
    TextOverflow? overflow,
    TextDecoration? decoration,
    bool? ocultarTexto}) = _TitleSmallWidget;