book static method
Book — closed book with rounded spine.
Implementation
static KinIcon book({Key? key, Color? color, double size = 24, double? strokeWidth}) =>
KinIcon._(key: key, painterFactory: _BookPainter.new, color: color, size: size, strokeWidth: strokeWidth);