label property

Widget get label

Implementation

Widget get label => Padding(
      padding: lazy.padAll(padding),
      child: Text(name),
    );