time static method

Widget time(
  1. String hhmm
)

Implementation

static Widget time(String hhmm) => Builder(builder: (c) => Text(hhmm, style: _mono(c)));