menu
pro_image_editor package
documentation
plugins/image/src/image/image.dart
Image
hasExtraChannel method
hasExtraChannel method
dark_mode
light_mode
hasExtraChannel
method
bool
hasExtraChannel
(
String
name
)
Implementation
bool hasExtraChannel(String name) => extraChannels != null && extraChannels!.containsKey(name);
pro_image_editor package
documentation
plugins/image/src/image/image
Image
hasExtraChannel method
Image class