create method

Widget create()

Implementation

Widget create() {
  return Text(
    buffer.toString(),
    key: AFFunctionalTheme.keyForWIDStatic(wid),
    style: style
  );
}