menu
flutter_img_editor package
documentation
controller/text_layer_manager.dart
TextLayerManager
hasSelection property
hasSelection property
dark_mode
light_mode
hasSelection
property
bool
get
hasSelection
检查是否有选中的图层
Implementation
bool get hasSelection => _selectedLayerId != null;
flutter_img_editor package
documentation
controller/text_layer_manager
TextLayerManager
hasSelection property
TextLayerManager class