AvataaarSkin.custom constructor

const AvataaarSkin.custom([
  1. @Default(Colors.grey) @ColorSerialiser() Color color
])

Implementation

const factory AvataaarSkin.custom(
        [@Default(Colors.grey) @ColorSerialiser() Color color]) =
    AvataaarTypeSkinCustom;