primaryInputBorder property

UnderlineInputBorder primaryInputBorder
getter/setter pair

Implementation

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