buildCell abstract method

Widget buildCell(
  1. BuildContext context, {
  2. bool isHover = false,
  3. bool isActive = false,
})

Implementation

Widget buildCell(
  BuildContext context, {
  bool isHover = false,
  bool isActive = false,
});