isFooterRow property
bool
get
isFooterRow
Implementation
bool get isFooterRow => parent != null ? parent is TFOOTElement : false;
bool get isFooterRow => parent != null ? parent is TFOOTElement : false;