Guide class

Constructors

Guide({Key? key, required String title, required String content, required String subTitle, required List<Source?> curators})
const

Properties

content → String
final
curators → List<Source?>
final
subTitle → String
final
title → String
final

Methods

build(BuildContext context) → Widget
Describes the part of the user interface represented by this widget.