NuntioStyle constructor
NuntioStyle({})
Implementation
NuntioStyle({
Color? borderColor,
Color? textFieldColor,
double? buttonWidth,
double? buttonHeight,
double? logoHeight,
BoxDecoration? background,
double? spreadRadius,
double? blurRadius,
}) {
_borderColor = borderColor;
_textFieldColor = textFieldColor;
_buttonWidth = buttonWidth;
_buttonHeight = buttonHeight;
_logoHeight = logoHeight;
_background = background;
_spreadRadius = spreadRadius;
_blurRadius = blurRadius;
}