buttonOutlined property

RoundedRectangleBorder buttonOutlined
getter/setter pair

Implementation

static RoundedRectangleBorder buttonOutlined = RoundedRectangleBorder(
    side: const BorderSide(
        width: 1,
        color: ThemeColor.outline,
    ),
    borderRadius: BorderRadius.circular(24),
);