level_1 static method

Widget level_1(
  1. String text
)

Implementation

static Widget level_1(String text) {
  return Text(
    text,
    style: const TextStyle(color: Color(0xFFE9A33A)),
  );
}