menu
lb_planner
modules/app/app.dart
TextExt
key method
key
dark_mode
light_mode
key
method
Text
key
(
Key
key
)
Applies the provided
key
to this
Text
.
Implementation
Text key(Key key) => copyWith(key: key);
lb_planner
lb_planner.modules.app
TextExt
key method
TextExt extension on
Text