FIconStyle constructor
Creates a FIconStyle.
Implementation
const FIconStyle({
required this.color,
required this.size,
}) : assert(0 < size, 'size is $size, but it should be positive.');
Creates a FIconStyle.
const FIconStyle({
required this.color,
required this.size,
}) : assert(0 < size, 'size is $size, but it should be positive.');