storyGroupSize property

String? storyGroupSize
getter/setter pair

This attribute changes the size of the story group. Currently, supported sizes are small, large, xlarge and custom sizes. Default story group size is large size.

  • This section is effective if you set your story group size as custom. If you set any other size and use this attribute, your changes will not take effect.

In order to set this attribute use the following method:

StorylyParam()
  ...
  storyGroupIconWidth = 100
  storyGroupIconHeight = 100
  storyGroupIconCornerRadius = 50;
  • You need to set all parameters to this customization to be effective.

Implementation

String? storyGroupSize;