build abstract method

Widget build(
  1. BuildContext context,
  2. LxState state,
  3. dynamic data
)

The build function that will be used to build the widget. You also access the LxState and value of the data

Implementation

Widget build(BuildContext context, LxState state, data);