contentDecorationFocused property

BoxDecoration? contentDecorationFocused
getter/setter pair

Implementation

BoxDecoration? contentDecorationFocused =
    const BoxDecoration(border: Border(bottom: BorderSide(width: 1, color: Color(0xFF4275FF))));