menu
gpt_markdown package
documentation
custom_widgets/inline_tap.dart
InlineTapTargets
hasSize property
hasSize property
dark_mode
light_mode
hasSize
property
bool
get
hasSize
inherited
Whether this render object has undergone layout and has a
size
.
Implementation
bool get hasSize => _size != null;
gpt_markdown package
documentation
custom_widgets/inline_tap
InlineTapTargets
hasSize property
InlineTapTargets mixin