build method
Implementation
Widget build(BuildContext context) {
return Stack(
fit: StackFit.expand,
alignment: Alignment.topCenter,
children: [
Portrait(assetName: _image, counter: _counter),
],
);
}
Widget build(BuildContext context) {
return Stack(
fit: StackFit.expand,
alignment: Alignment.topCenter,
children: [
Portrait(assetName: _image, counter: _counter),
],
);
}