buildCreateAccountButton static method

Widget buildCreateAccountButton()

Implementation

static Widget buildCreateAccountButton() {
  return CustomButton(
    text: _tr.downloadApp,
    onPressed: () {},
    isOutlined: true,
    suffixIcon: const Icon(Icons.download),
  );
}