Widget.isDrawable
bool isDrawable() nothrowDetermines whether widget can be drawn to.
A widget can be drawn if it is mapped and visible.
Returns
true if widget is drawable, false otherwise
bool isDrawable() nothrowDetermines whether widget can be drawn to.
A widget can be drawn if it is mapped and visible.