focusedBorder property
Implementation
static final OutlineInputBorder focusedBorder = OutlineInputBorder(
borderSide: BorderSide(
color: const DigitColors().light.primaryOrange, width: 1.5),
borderRadius: BorderRadius.zero,
);
static final OutlineInputBorder focusedBorder = OutlineInputBorder(
borderSide: BorderSide(
color: const DigitColors().light.primaryOrange, width: 1.5),
borderRadius: BorderRadius.zero,
);