BirdPressSettings class

Constructors

BirdPressSettings({String postsDir = "assets/birdpress/posts", String indexFile = "assets/birdpress/index.md", MarkdownSettings markdownSettings = const MarkdownSettings(), bool showPreview = true, String title = "BirdPress", String postsPath = "posts", String blogPrefix = "", int previewLines = 10, double previewHeight = 100, PostOrder postOrder = PostOrder.ascending})
const

Properties

blogPrefix String
final
hashCode int
The hash code for this object.
no setterinherited
indexFile String
final
markdownSettings MarkdownSettings
final
postOrder PostOrder
final
postsDir String
final
postsPath String
final
previewHeight double
final
previewLines int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showPreview bool
final
title String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

of(BuildContext context) BirdPressSettings