AdaptiveIcon constructor

AdaptiveIcon({
  1. required Uint8List foreground,
  2. required Uint8List background,
})

Implementation

AdaptiveIcon({
  required this.foreground,
  required this.background,
});