htmlWidgetTextTime property

  1. @override
TextStyle htmlWidgetTextTime
override

Implementation

@override
TextStyle get htmlWidgetTextTime => const TextStyle(
      color: neutral0,
      fontFamily: 'Avenir',
      fontSize: 12,
      fontWeight: FontWeight.w500,
      height: 1.5,
    );