darkLeftBarTheme property

LeftBarTheme darkLeftBarTheme
final

Implementation

static final LeftBarTheme darkLeftBarTheme = LeftBarTheme(
    background: const Color(0xff282c32),
    onBackground: const Color(0xffdcdcdc),
    labelColor: const Color(0xff879baf),
    activeItemBackground: const Color(0xff363c44),
    activeItemColor: const Color(0xffffffff));