WindowCaptionButtonIcon constructor

const WindowCaptionButtonIcon({
  1. Key? key,
  2. required String name,
  3. Color? color,
  4. String package = 'window_manager',
})

Implementation

const WindowCaptionButtonIcon({
  super.key,
  required this.name,
  this.color,
  this.package = 'window_manager',
});