body property
Text
get
body
Implementation
Text get body => Text(
data!,
style: _getStyle(size: 12.sp),
);
Text get body => Text(
data!,
style: _getStyle(size: 12.sp),
);