build method
Build the widget underneath this widget in the tree
Implementation
@override
Widget build(BuildContext context) {
if (onHover != null) {
onHover!.setCell(_onHoverCell(context));
}
return _buildWrappedWidget(context);
}
Build the widget underneath this widget in the tree
@override
Widget build(BuildContext context) {
if (onHover != null) {
onHover!.setCell(_onHoverCell(context));
}
return _buildWrappedWidget(context);
}