feedbackInputStyle property

InputDecoration feedbackInputStyle
getter/setter pair

Implementation

static InputDecoration feedbackInputStyle = const InputDecoration(
    contentPadding: EdgeInsets.symmetric(
        horizontal: SizeConstants.paddingValue10,
        vertical: SizeConstants.paddingValue2),
    filled: true,
    fillColor: DesignColors.grey0,
    border: OutlineInputBorder(
        borderSide: BorderSide.none,
        borderRadius: BorderRadius.all(
            Radius.circular(SizeConstants.standardBorderRadius))));