build method

  1. @override
Widget build(
  1. Context context
)
override

Implementation

@override
Widget build(Context context) {
  return Shape(pdf, width: 24, height: 27, fillColor: color, fit: fit);
}