disabledBorder property

UnderlineInputBorder disabledBorder
getter/setter pair

Implementation

static UnderlineInputBorder disabledBorder = UnderlineInputBorder(
  borderSide: BorderSide(
    color: SharingColors.grey,
    width: Sizes.WIDTH_1,
    style: BorderStyle.solid,
  ),
);