JazziconShape constructor

JazziconShape({
  1. required double center,
  2. required double tx,
  3. required double ty,
  4. required double rotate,
  5. required Color fill,
})

Implementation

JazziconShape({required this.center, required this.tx, required this.ty, required this.rotate, required this.fill});