CloseButton constructor
const
CloseButton({})
Implementation
const CloseButton(
{double? width, double? height, double? iconSize, Color? color, Color? iconColor, Key? key})
: _width = width,
_height = height,
_iconSize = iconSize,
_color = color,
_iconColor = iconColor,
super(key: key);